From: YAMAMOTO Mitsuharu Date: Fri, 28 Aug 2009 22:49:58 +0000 (+0000) Subject: [temacs] Undef HAVE_POSIX_MEMALIGN. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10814 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=37e02d1197d305f5451771836a07d55876e9df0c;p=emacs.git [temacs] Undef HAVE_POSIX_MEMALIGN. --- diff --git a/src/s/darwin.h b/src/s/darwin.h index da223e9a41c..40aa5831994 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h @@ -171,6 +171,9 @@ along with GNU Emacs. If not, see . */ #define malloc unexec_malloc #define realloc unexec_realloc #define free unexec_free +/* Don't use posix_memalign because it is not compatible with + unexmacosx.c. */ +#undef HAVE_POSIX_MEMALIGN #endif /* The ncurses library has been moved out of the System framework in